func runtime.fpack64
6 uses
runtime (current package)
softfloat64.go#L93: func fpack64(sign, mant uint64, exp int, trunc uint64) uint64 {
softfloat64.go#L247: return fpack64(fs, fm, fe-2, trunc)
softfloat64.go#L285: return fpack64(fs^gs, mant, fe+ge-1, trunc)
softfloat64.go#L314: return fpack64(fs^gs, q, fe-ge-2, r)
softfloat64.go#L340: return fpack64(fs64, uint64(fm)<<d, fe, 0)
softfloat64.go#L415: return fpack64(fs, mant, int(mantbits64), 0)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)